Learn R Programming

uskewFactors (version 2.0)

Swiss Banknote Data: The Swiss Banknote Data

Description

This package contains measurements on 200 Swiss banknotes: 100 genuine and 100 counterfeit. The variables are length of bill, width of left edge, width of right edge , bottom margin width and top margin width. All measurements are in millimetres. The data source is noted below. This data is also available in the alr package in R.

Usage

data(banknote)

Arguments

References

Flury, B. and Riedwyl, H. (1988). Multivariate Statistics: A practical approach. London: Chapman and Hall.

Examples

Run this code
data(banknote) # Loads the brown bread data set
head(banknote) # Displays the first six rows of the brown bread data set

Run the code above in your browser using DataLab